[index]

Is Operator

Syntax

<expression> is <expression> <expression> = <expression>

Description

Oracle Media Objects provides two ways to compare for equality between two values, containers, fields, variables, texts, or numbers: the equal sign (=) and the mathematical operator is. Both return true or false depending on the results of the comparison.

Examples

Create a button called "test" with the following script: on mouseDown if the hilite of button "test" is true then beep 2 end mouseDown
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.